From: Richard M. Stallman Date: Tue, 1 Jun 1993 20:00:49 +0000 (+0000) Subject: Comment changes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95657 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=069ca42f232d09b2b8d9f73da132d78ef4a08f20;p=emacs.git Comment changes. --- diff --git a/src/m/pmax.h b/src/m/pmax.h index 9221f32c7b7..320b96f551f 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h @@ -50,6 +50,13 @@ NOTE-END */ #define HAVE_ALLOCA #endif -/* I *think* this is what mcc@timessqr.gc.cuny.edu says is needed. - But I'm not sure; this might not even be the right file. */ +/* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. + If you don't have DECnet and this causes trouble, + just delete the definition. */ #define LIBS_MACHINE -ldnet + +#if 0 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ +/* dob@tis.inel.gov says this is needed. */ +#undef KERNEL_FILE +#define KERNEL_FILE "/unix" +#endif